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.
The forum of the forums
2 posters

    how to fix background number of page

    avatar
    yukihiro
    Forumember


    Posts : 111
    Reputation : 0
    Language : indonesia, english

    Solved how to fix background number of page

    Post by yukihiro Fri Aug 05, 2011 6:56 pm

    how to fix this baground number of page??
    i want change ti black background

    how to fix background number of page 2011-054

    forumptcindonesia.com

    ups, wrong sub forum Sad
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: how to fix background number of page

    Post by Nera. Fri Aug 05, 2011 7:09 pm

    Change background to black in this CSS places
    1.
    Code:
    div.pagination a {
        background-color: #FFFFFF;
        padding-bottom: 2px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
        text-decoration: none;
    }

    2.
    Code:
    div.pagination a.goto {
        background-color: #FFFFFF;
        background-image: url("http://2img.net/i/fa/invision/menu_action_down.gif");
        background-position: 97% 50%;
        background-repeat: no-repeat;
        padding-bottom: 2px;
        padding-left: 4px;
        padding-right: 15px;
        padding-top: 2px;
    }

    3.
    Code:
    div.pagination b {
        background-color: #0BD11E !important;
        color: #FFFFFF;
        font-weight: 400;
        padding-bottom: 2px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
    }
    avatar
    yukihiro
    Forumember


    Posts : 111
    Reputation : 0
    Language : indonesia, english

    Solved Re: how to fix background number of page

    Post by yukihiro Fri Aug 05, 2011 7:18 pm

    i must chose one of them or combine that code??
    avatar
    yukihiro
    Forumember


    Posts : 111
    Reputation : 0
    Language : indonesia, english

    Solved Re: how to fix background number of page

    Post by yukihiro Fri Aug 05, 2011 7:20 pm

    yes, i know, i must chnge FFF to black code,.. Very Happy
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: how to fix background number of page

    Post by Nera. Fri Aug 05, 2011 7:25 pm

    Yes.

    avatar
    yukihiro
    Forumember


    Posts : 111
    Reputation : 0
    Language : indonesia, english

    Solved Re: how to fix background number of page

    Post by yukihiro Fri Aug 05, 2011 7:32 pm

    how about this??
    how to fix background number of page 2011-056

    forum view, so when thread more thank 1 show number still white color
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: how to fix background number of page

    Post by Nera. Fri Aug 05, 2011 7:39 pm

    Do the same thing
    Code:
    .topic-paging a, strong.pagination a {
        -moz-border-bottom-colors: none;
        -moz-border-image: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #FFFFFF;
    avatar
    yukihiro
    Forumember


    Posts : 111
    Reputation : 0
    Language : indonesia, english

    Solved Re: how to fix background number of page

    Post by yukihiro Fri Aug 05, 2011 7:45 pm

    Nera. wrote:Do the same thing
    Code:
    .topic-paging a, strong.pagination a {
        -moz-border-bottom-colors: none;
        -moz-border-image: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #FFFFFF;

    wohooo :wouhou: :wouhou: :wouhou: :wouhou: :wouhou: :wouhou: :wouhou:
    it works,, thanks nera thanks nera Very Happy
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: how to fix background number of page

    Post by Nera. Fri Aug 05, 2011 7:52 pm

    Welcome.

    Solved > Locked

      Current date/time is Tue Sep 24, 2024 1:22 am