Results 1 to 2 of 2

Thread: Can't find in stylesheet where I can change a certain color

  1. #1
    Join Date
    Dec 2008
    Posts
    4

    Default Can't find in stylesheet where I can change a certain color

    Hi,

    I'm trying to find where in the stylesheet I can change the color of the message box that tells me messages like "Your feature request is sent successfully" or "You can not add your own videos to your favorites" at the view_video.tpl page.

    Also, the other boxes I'm having trouble finding out how to change are the ones that tell you you're a guest user, you need to login / sign-up, you've used your allotted amount of bandwidth for the month, etc. The default yellowish background with a blue border (or sometimes red) boxes are on my site now and it looks out of place when they come up :\

    Help leading me to the right spot to change the colors would be awesome :)

  2. #2

    Default Re: Can't find in stylesheet where I can change a certain color

    You need to edit the following style in video.css( templates/css) for modifying "You can not add your own videos to your favorites"

    #video_tools_result {
    margin-top: 0.5em;
    border: #ff9900 1px solid;
    background-color: #ffffcc;
    padding:1em;
    }


    To modify yellowish background red border, edit the following style in video.css( templates/css)
    .error
    background-color:#FFFFCC;
    background-image:url(../images/msg_error.gif);
    background-position:10px 5px;
    background-repeat:no-repeat;
    border:1px solid #FF0000;
    color:#FF0000;
    font-weight:700;
    margin:auto auto 0.2em;
    padding:1em;
    text-align:center;
    vertical-align:middle;
    }

Similar Threads

  1. Color and font change
    By burch68 in forum Template Modifications
    Replies: 8
    Last Post: 02-19-2008, 08:32 PM
  2. Change Template Color
    By dalejr410 in forum Template Modifications
    Replies: 4
    Last Post: 01-02-2008, 12:15 PM
  3. Color change
    By slimakraf in forum Template Modifications
    Replies: 2
    Last Post: 12-28-2007, 06:25 PM
  4. change background color ?
    By pat33 in forum Template Modifications
    Replies: 2
    Last Post: 12-05-2007, 04:17 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
  •