background color topic row Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    background color topic row

    whitestone
    whitestone
    Forumember


    Male Posts : 77
    Reputation : 7
    Language : Netherlands

    background color topic row Empty background color topic row

    Post by whitestone June 4th 2015, 7:35 pm

    So I want a background color for my Posts, Topics, etc. 
    But I can't find the css for that. Anyone know which 1 it is?

    This is what I mean:
    background color topic row Bg-col10
    YoshiGM
    YoshiGM
    Active Poster


    Male Posts : 1562
    Reputation : 146
    Language : Spanish & English
    Location : Mexico

    background color topic row Empty Re: background color topic row

    Post by YoshiGM June 4th 2015, 8:22 pm

    Hello,

    Please provide your forum url.
    whitestone
    whitestone
    Forumember


    Male Posts : 77
    Reputation : 7
    Language : Netherlands

    background color topic row Empty Re: background color topic row

    Post by whitestone June 4th 2015, 8:44 pm

    @YoshiGM, http://ao1clan.forumfreek.com/
    Also, it is under my profile.
    YoshiGM
    YoshiGM
    Active Poster


    Male Posts : 1562
    Reputation : 146
    Language : Spanish & English
    Location : Mexico

    background color topic row Empty Re: background color topic row

    Post by YoshiGM June 4th 2015, 8:48 pm

    Do you want to change the numbers or the full cell ?
    whitestone
    whitestone
    Forumember


    Male Posts : 77
    Reputation : 7
    Language : Netherlands

    background color topic row Empty Re: background color topic row

    Post by whitestone June 4th 2015, 8:55 pm

    @YoshiGM, I want to add a background color in the cells (row) like show in the picture.
    Left side is a lil bit darker than the right side, I want that right side (background color)
    YoshiGM
    YoshiGM
    Active Poster


    Male Posts : 1562
    Reputation : 146
    Language : Spanish & English
    Location : Mexico

    background color topic row Empty Re: background color topic row

    Post by YoshiGM June 4th 2015, 8:56 pm

    Try with this:

    Code:
    dd.topics, dd.posts {
    background-color: YOUR COLOR HERE;
    }

    whitestone
    whitestone
    Forumember


    Male Posts : 77
    Reputation : 7
    Language : Netherlands

    background color topic row Empty Re: background color topic row

    Post by whitestone June 4th 2015, 8:59 pm

    @YoshiGM, then it kinda looks like this:
    background color topic row Ddtopi10
    YoshiGM
    YoshiGM
    Active Poster


    Male Posts : 1562
    Reputation : 146
    Language : Spanish & English
    Location : Mexico

    background color topic row Empty Re: background color topic row

    Post by YoshiGM June 4th 2015, 9:19 pm

    Got it !

    Code:
    .forabg li.header dd.topics {
      background-color:  YOUR COLOR HERE;
      border-radius: 5px !important;
    }

    You can add your own configuration in the css.. play with it :3
    whitestone
    whitestone
    Forumember


    Male Posts : 77
    Reputation : 7
    Language : Netherlands

    background color topic row Empty Re: background color topic row

    Post by whitestone June 4th 2015, 9:24 pm

    @YoshiGM, I didn't really mean that.
    This is what I mean:
    background color topic row Iwant10

    But that code you got is awesome, tho
    whitestone
    whitestone
    Forumember


    Male Posts : 77
    Reputation : 7
    Language : Netherlands

    background color topic row Empty Re: background color topic row

    Post by whitestone June 5th 2015, 9:12 pm

    BYMP
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    background color topic row Empty Re: background color topic row

    Post by SLGray June 5th 2015, 9:20 pm

    So you only want to the change the background where the text is, not the numbers?



    background color topic row Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    whitestone
    whitestone
    Forumember


    Male Posts : 77
    Reputation : 7
    Language : Netherlands

    background color topic row Empty Re: background color topic row

    Post by whitestone June 5th 2015, 9:26 pm

    Maybe this helps:
    background color topic row Forthe10

    Thar red is where the shadow goes. (OF COURSE ALSO INSIDE, SO NOT ONLY BORDER)
    whitestone
    whitestone
    Forumember


    Male Posts : 77
    Reputation : 7
    Language : Netherlands

    background color topic row Empty Re: background color topic row

    Post by whitestone June 6th 2015, 7:14 pm

    bump
    Ace 1
    Ace 1
    Helper
    Helper


    Male Posts : 843
    Reputation : 64
    Language : English - French?
    Location : Druid Hill Park

    background color topic row Empty Re: background color topic row

    Post by Ace 1 June 9th 2015, 10:44 pm

    @whitestone add this code to your CSS StyleSheet:

    Code:
    li.row dd { background-color: #000 }

    Just change "000" to your hexadecimal code.
    whitestone
    whitestone
    Forumember


    Male Posts : 77
    Reputation : 7
    Language : Netherlands

    background color topic row Empty Re: background color topic row

    Post by whitestone June 10th 2015, 6:38 pm

    nope, didn't work. Nice try @Ace 1