Categories forums color change with css code on a PunBB forum? 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.
3 posters

    Categories forums color change with css code on a PunBB forum?

    Whistler
    Whistler
    Forumember


    Male Posts : 276
    Reputation : 83
    Language : English, Greman, Spanish

    Solved Categories forums color change with css code on a PunBB forum?

    Post by Whistler April 28th 2015, 6:04 pm

    Categories forums color change with CSS code on a PunBB forum?
    If I change the category color on 1 category it changes all categories on home page only and the Who is online? Text too I like to keep that color as is.
    (used this code in 1 Category
    Code:
    <font color= ></color>
    )

    Need new color only on this
    Categories forums color change with css code on a PunBB forum? Untitl15
    ( On )
    Categories
    Calendar
    FAQ
    Memberlist
    Usergroups
    profile
    messages

    Forum is http://sandsfun4all.forumotion.com
    I am Co Amin. FISH CRAZY
    Forum is a PunBB forum
    Thank You Staff and Members for any help with this Wink



    Last edited by FISH CRAZY on April 28th 2015, 11:18 pm; edited 3 times in total
    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Solved Re: Categories forums color change with css code on a PunBB forum?

    Post by Sir. Mayo April 28th 2015, 7:27 pm

    Give this code a Try in your css panel

    Code:
    .main .main-head .page-title {
        font-size: 12px;
        font-weight:400 ;
        color:  colorhere  ;
    }
    Replace colorhere with your color.
    Whistler
    Whistler
    Forumember


    Male Posts : 276
    Reputation : 83
    Language : English, Greman, Spanish

    Solved Re: Categories forums color change with css code on a PunBB forum?

    Post by Whistler April 28th 2015, 7:53 pm

    Thank You so much that work on most of them except for 2or3 that state the old color Thanks for the fast help Sir. Mayo bye
    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Solved Re: Categories forums color change with css code on a PunBB forum?

    Post by Sir. Mayo April 28th 2015, 8:17 pm

    I can look at the other ones if you want too, just open a new topic or reply if this one is not locked.
    Whistler
    Whistler
    Forumember


    Male Posts : 276
    Reputation : 83
    Language : English, Greman, Spanish

    Solved Re: Categories forums color change with css code on a PunBB forum?

    Post by Whistler April 28th 2015, 8:34 pm

    Hello If you can that be nice Thanks
    Did not work on these
    Calendar arrow
    Join a Group
    Registration Information - View profile
    Display messages from previous
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Categories forums color change with css code on a PunBB forum?

    Post by Ange Tuteur April 28th 2015, 9:16 pm

    Hey,

    These selectors should cover the rest :
    Code:
    .main .main-head, .main-head h2

    Just add them to your rule separated by a comma, of course.
    Whistler
    Whistler
    Forumember


    Male Posts : 276
    Reputation : 83
    Language : English, Greman, Spanish

    Solved Re: Categories forums color change with css code on a PunBB forum?

    Post by Whistler April 28th 2015, 10:05 pm

    Hi Ange Tuteur that help too that get 1 more colored

    Calendar arrow
    Join a Group
    Registration Information - View profile
    Display messages from previous
    Who is online?

    Thanks Ange Tuteur, Sir. Mayo for helping me Wink
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Categories forums color change with css code on a PunBB forum?

    Post by Ange Tuteur April 28th 2015, 10:20 pm

    Here's some more CSS for those :
    Code:
    /* crumbs ( calendar arrow ? ) */
    .pun-crumbs p { color:red }

    /* online list */
    #onlinelist a[href="/viewonline"] { color:blue }

    /* registration information */
    .main-head .subtitle { color:yellow }

    If you need to color the links, just add another set, but with a. Like for the regisration info : .main-head .subtitle a

    I couldn't find Display messages from previous, where is that ?
    Whistler
    Whistler
    Forumember


    Male Posts : 276
    Reputation : 83
    Language : English, Greman, Spanish

    Solved Re: Categories forums color change with css code on a PunBB forum?

    Post by Whistler April 28th 2015, 10:42 pm

    Display messages from previous
    On the PM ( Inbox, outbox, Savebox, Sentbox ) Razz Funny Wink

    I will try the code Thanks

    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Categories forums color change with css code on a PunBB forum?

    Post by Ange Tuteur April 28th 2015, 10:52 pm

    Oooh I didn't see it. Razz

    This should be it for that :
    Code:
    .pun .main .options { color:purple }
    Whistler
    Whistler
    Forumember


    Male Posts : 276
    Reputation : 83
    Language : English, Greman, Spanish

    Solved Re: Categories forums color change with css code on a PunBB forum?

    Post by Whistler April 28th 2015, 11:06 pm

    Did I do this right ? this is all the CSS code on this forum

    Code:
    .main .main-head .page-title, .main-head, .main-head h2 .main-head .subtitle a
    {
        font-size: 12px;
        font-weight:400 ;
        color: #348017  ;
    }

    .pun .main .options { color: #348017 }

    /* crumbs ( calendar arrow ? ) */
    .pun-crumbs p { color: #348017 }

    /* online list */
    #onlinelist a[href="/viewonline"] { color: #348017 }

    /* registration information - */
    .main-head .subtitle { color: #348017 }




    a:hover
    {text-decoration:none;
    color:#D570EE;
    text-decoration:none;
    font-weight:bold;
    background-image:url(http://i64.servimg.com/u/f64/13/64/86/84/90958210.gif);}

    a:link
    {text-decoration: none;font-size: none;}

    a:hover
    {text-decoration: none;font-size: none;background-image:url(http://i64.servimg.com/u/f64/13/54/69/46/00510.gif);}

    a:active{
    text-decoration: none;
    }
    a:visited{
    text-decoration: none;
    }
    a.forumtitle {
    text-decoration: none;
    }
    a.forumtitle:hover {
    text-decoration: underline;
    }
    a.forumtitle:active {
    text-decoration: none;
    }a.topictitle {
    text-decoration: bold;
    }
    a.topictitle:hover {
    text-decoration: none;
    }
    a.topictitle:active {
    text-decoration: none;
    }

    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Categories forums color change with css code on a PunBB forum?

    Post by Ange Tuteur April 28th 2015, 11:12 pm

    Everything looks good, the only thing I noticed is that a comma was missing after the H2 in this rule :
    Code:
    .main .main-head .page-title, .main-head, .main-head h2, .main-head .subtitle a
    {
        font-size: 12px;
        font-weight:400 ;
        color: #348017  ;
    }

    I added it above. Wink
    Whistler
    Whistler
    Forumember


    Male Posts : 276
    Reputation : 83
    Language : English, Greman, Spanish

    Solved Re: Categories forums color change with css code on a PunBB forum?

    Post by Whistler April 28th 2015, 11:18 pm

    Thank You Ange Tuteur for the Help Very Happy
    It worked Solved
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Categories forums color change with css code on a PunBB forum?

    Post by Ange Tuteur April 28th 2015, 11:21 pm

    You're welcome ^^

    Topic archived

    Have a nice day. Mr. Green