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.

How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields?

2 posters

Go down

In progress How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields?

Post by PlatinumWata June 19th 2011, 1:36 am

Hello guys,

I really need help with these 4 concerns. I thank you all very much for the effort in helping me!

1) How do I make the white part of the quick reply, the same blue as the top half?

How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields? QuickReplyProblem

2) How do I make the footer text bigger? (as the blue lines show)

How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields? FooterBiggerText

3) Under the avatar and around it, looks very plain. I want to add some fades and stuff to go around the avatar box. So maybe a white strip going across it, or some cool shades. How do I edit it?

How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields? AvatarQuestion

4) How do I change the color of profile fields, and make them bold?

So, a example would be: (Age: 17) - I want the age to be blue, and bold.

(my forum runs PunBB)

Thanks!
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

In progress Re: How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields?

Post by Nera. June 19th 2011, 2:30 pm

Hi,

1. For the quick replay color =
Find this in your CSS and change the background-color code.
Code:
fieldset.frm-set {
    background-color: #YOUR COLOR CODE HERE;
}

2. To make the footer text bigger =
To make text in footer bigger find this and chnage the font size
Code:
#pun-about {
    font-size: 8px;
}

3. Avatar/profile question =
What is exactly that you want, is it around the avatar or where you already have a white line? The edit depends on what exactly would you like to do?
Btw. This looks gerat on avatars, you should try it https://help.forumotion.com/t91386-code-for-avatar?highlight=avatar
It's a box shadow around avatar and avatar is rotated, so if you hover over it it moves.

4.
Color of poster details question =
You change the color in AP >> Users and groups >> Profiles >> How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields? Editer clik on it and change

Try this, if it's not OK we'll do only one side
Code:
.pun .user .user-info {
    font-weight: bold;
}
Nera.
Nera.
Energetic

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

Back to top Go down

In progress Re: How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields?

Post by PlatinumWata June 19th 2011, 3:51 pm

1) It worked like a charm, however theirs one little issue. The sides have this white bar. How to remove?

How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields? ReplyChat2

2) Works like a charm aswell, however the admin panel overlaps the footer because of the larger text. Anyways to to have a space between footer, and admin pane? <br> somewhere?

How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields? Footer2

3) The code that you told me to put had a big white border, with a yellow line. Thats not really what im looking for, sorry. Im looking for something that will go in background of avatar to give it more depth, as now its plain blue, and boring. (looks plain) - so maybe some fades, etc.

4) Works perfect mate Wink

Thanks so much for your help mate, I appreciate it!
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

In progress Re: How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields?

Post by Nera. June 19th 2011, 4:02 pm

1. Quick replay (two lines), change the bg color.
Code:
.pun .frm-form {
    background-color: #your color code here;
}

2. Try moving the panel up
Code:
.center {
    margin-top: -10px;
}
if not move the credits in #pun-about { with margins.

3. You can change the apperance of the first code I gave you. But if you want me to do something of it for you you need to show me an specific example of what do you want cause I can't google it for you. If you saw something you liked somewhere show it to me and I'll tell you how to do it.
Nera.
Nera.
Energetic

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

Back to top Go down

In progress Re: How to make footer text bigger, fix reply box, add image under avatar box, and change text color of profile fields?

Post by PlatinumWata June 20th 2011, 12:46 am

1) Worked perfect Wink

2) Worked perfect Wink

3) It would be cool if when you hover over avatar, it movies or something. Also my mate suggested scan lines or something for the profile fields and username area. Im not sure really. Something to make it less plain will work I assume.

Thanks Nera Wink
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum