Help: Outline?

vExodus at 04h11
23
Oct
2011
I would like to enhance the thickness of the border around my forum. how is this possible in phpbb 3?
1 Tobii, on 23/10/2011 at 04h13
Unfortunatley, I don't think its possible. But maybe there is a HTML or CSS code for that. If not then I stand corrected that its not possible to thicken the border around the forum.
2 vExodus, on 23/10/2011 at 04h28
Tobii wrote:Unfortunatley, I don't think its possible. But maybe there is a HTML or CSS code for that. If not then I stand corrected that its not possible to thicken the border around the forum.


It is possible, I have accomplished it before through CSS, but I have forgotten the code.
3 Base, on 23/10/2011 at 11h01
Hi!

Could you please provide your forum URL so that we can see this? Smile
4 vExodus, on 23/10/2011 at 11h40
vMinecraft.forumotion.com
5 Base, on 23/10/2011 at 12h34
Thank you. If you're talking about thickening the bodyline border, please go to your CSS and find this:

Code:
.bodyline {
    background-color: #EBEBEB;
    border: 1px solid #FAFAFA;
}


From there, you can edit the 1px. The higher the number, the thicker the border. You can also change its colour if you wish. Wink
6 vExodus, on 24/10/2011 at 09h33
Thanks, now could you tell me how to lower the opacity in side the forum?
7 Base, on 24/10/2011 at 10h51
You're welcome. If you're talking about lowering the opacity of the bodyline, please add this to your bodyline { rule:

Code:
    opacity: 0.8;


Of course, you can change the 0.8 to a different number if you wish. Wink
8 vExodus, on 27/10/2011 at 09h22
Thank you. Smile
9 Nera., on 27/10/2011 at 10h26
Lock
Similar topics
Id like to remove the outline of the navbar (white roundish images that make it round and the white line under it) Not sure if thats clear enough. Thanks once again. ^^
Can i get a code or something to add a line around the chatbox please And is there a way to add a line above the the text area and the smiles bold and ect.
I liked the idea of these ranks because you could change percentages. EG: I really hope everyone likes these. (Feel free to request different percentages) True Ranks: Display ideas: These would look best on a light
Replies 1 to 9 on 9 for "Help: Outline?"
Informations

9 Replies For the topic :
"Help: Outline?"

This topic has been viewed 465 times.

Last message :
23/10/2011 at 04h11 by "vExodus"