round corners, theme problems, changing navigation bar to a pic PUNBB

Novaen at 16h40
17
Jul
2011
Hey there.
I have some problems with my skin. I've tried to look around in this forum to solve it, but the codes didn't work.
I want my forum to have round corners everywhere, so it can have a nice look.

I'm using PunBB, and this is my site: http://avonue.danskforum.net/forum

I hope someone in here can give me an answer on this.

And another template that I've activated is also a PunBB theme, but when I activate it, then the forum doesn't work right out but most of it is blue, even text and the navigations bar isn't there but it turns out like a link list down on the page.

I also have a problem to change the navigation bar. I want a long picture in there instead of having a colour. I've tried this code:
Code:
div#page-header div.navbar {
    -moz-border-radius: 10px 10px 10px 10px;
    background: url("http://i56.tinypic.com/jgiej7.png") repeat-x scroll 0 0 #B14A00;
    clear: both;
    margin-top: -2px;
}


A little wish is that members can choose a skin they like in their profile.

Thank you
Nova
1 Novaen, on 21/07/2011 at 16h18
bump
2 Fr0st, on 22/07/2011 at 04h02
1- I dont know
2-Try this css code
Code:
#pun-head #pun-navlinks {
background-image:url('http://0.gravatar.com/avatar/8ef318d29cc42c693c15870c2976e555?s=50&d=identicon&r=R');}
3 Novaen, on 23/07/2011 at 16h32
Thank you for you answer, that worked Smile But there is a problem.. I want my picture replace all blue in the navbar. It's only a bit of the picture there is shown and I want all of it to be on the page. Is there anything I can do for this? Maybe I have to let the navbar be bigger?
4 Fr0st, on 24/07/2011 at 15h54
try this
Code:
#pun-head #pun-navlinks {
background-image:url('http://0.gravatar.com/avatar/8ef318d29cc42c693c15870c2976e555?s=50&d=identicon&r=R');
min-height: Xpx;
min-width: Ypx;}

X, Y : your size
5 Novaen, on 24/07/2011 at 18h01
Thank you so much that worked!!!

Sry for asking again. But do you (or anyone) know a code which can lower the navbarlinks? So it agree with the insert picture if there is some transparent in this pic?
6 Fr0st, on 26/07/2011 at 04h27
try 1 of these codes
Code:
#pun-navlinks ul {
margin-top: Xpx;
}


Code:
#pun-navlinks {
margin-top: Xpx;

X: number


7 fijea, on 14/09/2011 at 14h36
I'm also using punBB and would like to know how to get the rounded corner thing..
I can't seem to find the codes are working..
8 dmwdead909, on 19/09/2011 at 23h31
Sam thing here I am using punBB and would like to know how to make forums round.
Similar topics
Hi, me again This time with a simpler one (for you, not for me) . And as a photo speaks a 1000 words.. I would like to go from: THIS (round corners): TO THIS (clean square corners): Anyone of you CSS gurus have some hints please
Version: phpBB2 I want to make round corners: 1. here: http://i44.servimg.com/u/f44/15/94/85/58/hh10.jpg 2.here: http://i44.servimg.com/u/f44/15/94/85/58/iiii10.jpg (quote and code ) 3. here: http://i44.servimg.com/u/f44/15/94/85/58/iiii11.jpg (
May i get a css code or something to use for making body corners of phpbb2 style forum round? Thank you
See also
more_less
Informations

8 Replies For the topic :
"round corners, theme problems, changing navigation bar to a pic PUNBB"

This topic has been viewed 2799 times.

Last message :
17/07/2011 at 16h40 by "Novaen"