Results 1 to 7 of 7

Thread: Small correction needed in CSS

  1. #1
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Small correction needed in CSS

    I think there needs to be a correction to the CSS

    .bold_blue_large, .bold_blue_large:visited and .bold_blue_large:hover

    There should be an "a" infront of them like this:

    a.bold_blue_large, a.bold_blue_large:visited

    a.bold_blue_large:hover

    Yes?

    And also: right.tlp references the class "#tablerow2" but this doesn't exist in the CSS. This should actually be
    Code:
     #tablerow2 td {background-color:#yourcolorhere;color:#yourcolorhere}
    and
    Code:
    #tablerow1 td {background-color:#yourcolorhere;color:#yourcolorhere}
    If it's not fun, stop doing it!

  2. #2

    Default Re: Small correction needed in CSS

    We will fixed on next release.

  3. #3
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Small correction needed in CSS

    Other classes I noticed missing from the CSS:

    .style1 (referenced on header.tpl)

    .text_blue (referenced on right.tpl)

    #divShowuser (referenced on right.tpl)

    #tblViewVoteResult (referenced on right.tpl)

    #tblPResult (referenced on right.tpl)

    #divShowVoting (referenced on right.tpl)

    #tblvote (referenced on right.tpl)

    #counter_group_videos (referenced on groups_home.tpl)

    #divComments (referenced on view_video.tpl)

    #divComResult1 (referenced on view_video.tpl)

    #divComResult2 (referenced on view_video.tpl)

    #comm_result_0 (referenced on user.tpl)
    #comm_result_1 (referenced on user.tpl)
    #del_comment (referenced on user.tpl)
    #no_comments (referenced on user.tpl)
    If it's not fun, stop doing it!

  4. #4

    Default Re: Small correction needed in CSS

    Great finds.
    This member is now known as Sitting Out

  5. #5
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Small correction needed in CSS

    Thanks. It's been quite the task.

    I'm going through all the class="blahblahblah" statements in the html to see where they are in the CSS so that I can make changes to the CSS.

    My mission is to attempt template modifications stricktly by accessing the CSS only and not any of the html in any of the pages, but alas, one must modify at least the header.tpl, footer.tpl and right.tpl pages for certain components (like the background color of the tables in some places). So, when I run across anything not in the CSS, I'll be posting it here.

    Template modifications would be so much easier if all the stuff was in CSS instead of in the html.
    If it's not fun, stop doing it!

  6. #6

    Default Re: Small correction needed in CSS

    haha. I'm the exact opposite. I prefer the basic html over the css. I guess it's just because I knew that before style sheets were invented, so it's a matter of being more comfortable with it. When I'm old, I'll probably be one of those really stubborn guys that refuses anything new. lol
    This member is now known as Sitting Out

  7. #7
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Small correction needed in CSS

    Oh, I can totally understand the "comfort zone" concept. :wink:

    The problem for me is whenever an update for a script comes out. This sometimes affects the templates. Any templates that have been modified will have to be re-modified. This is a gianormous pain in the patootie. CSS eliminates that. Also, it's my understanding that CSS makes pages load faster.

    I learned html before CSS got popular and started learning CSS because of the benefits. It actually makes changing things super easy. I'm definately a big CSS fan now.

    My next goal is to learn php...some day...
    If it's not fun, stop doing it!

Similar Threads

  1. Small correction needed to group_posts.tpl
    By grynmoors in forum Fixed Bugs
    Replies: 2
    Last Post: 02-08-2010, 06:12 PM
  2. Search still not working and Other small bug
    By froggyx in forum Bug Reports
    Replies: 0
    Last Post: 09-09-2008, 07:48 PM
  3. Replies: 6
    Last Post: 07-21-2008, 10:59 AM
  4. URL not clickable in video description - Help to Correction
    By ataimoor in forum Feature Requests
    Replies: 0
    Last Post: 04-21-2008, 07:46 PM
  5. Can not upload small avi file
    By imelamed in forum Fixed Bugs
    Replies: 3
    Last Post: 10-05-2007, 03:03 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
  •