Style, Font..etc. on my reply 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

    Style, Font..etc. on my reply

    avatar
    kisolina
    New Member


    Posts : 17
    Reputation : 0
    Language : Bulgarian

    Solved Style, Font..etc. on my reply

    Post by kisolina January 2nd 2011, 2:03 pm

    I have quick question: Can I add an automathinc font, colour, size etc.. for my replies and how? I mean ALWAYS when I write i reply to write it with the same font, chosen from me Smile

    Thaks for the help.
    P.P. - Sorry for my bad English, it's not my birth language, but it doesnot seams like here have a lot of people talking BG... Confused
    avatar
    Ghostkim
    New Member


    Male Posts : 10
    Reputation : 0
    Language : HTML/CSS/
    Location : support forum

    Solved Re: Style, Font..etc. on my reply

    Post by Ghostkim January 2nd 2011, 4:33 pm

    Almost impossible for a forumotion forum.
    can be done with javascript,php,css.
    avatar
    Guest
    Guest


    Solved Re: Style, Font..etc. on my reply

    Post by Guest January 2nd 2011, 6:02 pm

    Yes its possible?
    what font, size,color u want? and what is ur version?
    but this is going to be for all users (:
    avatar
    kisolina
    New Member


    Posts : 17
    Reputation : 0
    Language : Bulgarian

    Solved Re: Style, Font..etc. on my reply

    Post by kisolina January 2nd 2011, 7:54 pm

    Well, I meaned to be only for one user...
    But if it doen't work only for one, then how is working for all of them?

    size - 17
    font - Georgia
    and Ital.
    avatar
    Guest
    Guest


    Solved Re: Style, Font..etc. on my reply

    Post by Guest January 2nd 2011, 7:57 pm

    Ya but what is the forum version?
    avatar
    kisolina
    New Member


    Posts : 17
    Reputation : 0
    Language : Bulgarian

    Solved Re: Style, Font..etc. on my reply

    Post by kisolina January 2nd 2011, 10:28 pm

    PunBB Smile
    avatar
    Guest
    Guest


    Solved Re: Style, Font..etc. on my reply

    Post by Guest January 3rd 2011, 2:51 pm

    Okay (:
    try this in your CSS (:
    ACP - Display - Colors - CSS Stylesheet:
    Code:
    .pun .entry-content {
       font-family: Georgia;
       font-style: italic;
       font-size: 17px;
    }
    avatar
    jamesisjames
    New Member


    Posts : 2
    Reputation : 0
    Language : English

    Solved Re: Style, Font..etc. on my reply

    Post by jamesisjames January 3rd 2011, 11:10 pm

    If i were to do the same for my phpBB3 forum would it be a different code?
    study

    Obviously apart from the "pun" bit at the start.
    avatar
    Guest
    Guest


    Solved Re: Style, Font..etc. on my reply

    Post by Guest January 4th 2011, 9:02 am

    yah try this:
    Code:
    .postbody .content.clearfix div{
      font-family: Georgia;
      font-style: italic;
      font-size: 17px;
    }
    avatar
    jamesisjames
    New Member


    Posts : 2
    Reputation : 0
    Language : English

    Solved Re: Style, Font..etc. on my reply

    Post by jamesisjames January 4th 2011, 2:08 pm

    Thanks a lot! Very Happy
    Beno
    Beno
    Hyperactive


    Male Posts : 3024
    Reputation : 67
    Language : English
    Location : England

    Solved Re: Style, Font..etc. on my reply

    Post by Beno January 4th 2011, 3:36 pm

    --> Problem Solved