Topic: Punbb Design Problem

Hello,

I have made the punbb in my community script:
http://www.meet-teens.de/board22/viewtopic.php?pid=4068

But how can I get the black splits narrower? the black split with the username and the avatar is to large...

Thanks

2

Re: Punbb Design Problem

Look for the following in base.css and change the widths. Both values must be the same

/* 7.1 This is the basic structure. */

div.postleft, div.postfootleft {
    float:left;
    width: 18em;
    overflow: hidden
}
    
div.postright, div.postfootright {
    border-left-width: 18em;
    border-left-style: solid
}

You also appear to have forgotten to set the border-left-color of postright in the colour scheme stylesheet which is why their is a gap in the background color of the left column.

Re: Punbb Design Problem

So what will I have to do, that the splits isnt black anymore?

4

Re: Punbb Design Problem

What colour did you want the left hand part of the posts? I think you are making the mistake of thinking the left hand border on postright is supposed to be a narrow border. Its actually providing the background colour for the whole left column.

Re: Punbb Design Problem

Thanks. But there ist anoter mistake:
http://www.meet-teens.de/board22/viewto … 4702#p4702
and look at this screenshoot, the post-text
http://kevinmeyer.milten.lima-city.de/m … ap0059.jpg

Re: Punbb Design Problem

Nobody can help me?

Re: Punbb Design Problem

you have to give them a chance wink its only been a couple of hours

8

Re: Punbb Design Problem

Find this

DIV.postright, DIV.postfootright {
    BORDER-LEFT-WIDTH: 11em;
    BORDER-LEFT-STYLE: hidden
}

Change it to this

DIV.postright, DIV.postfootright {MARGIN-LEFT: 11em;}

9 (edited by onlyfree 2005-05-22 17:04)

Re: Punbb Design Problem

fixed

10

Re: Punbb Design Problem

It's impossible to help you because you don't follow the instructions. Your integration is also a complete mess. You have put PunBB styles into a style block and linked to the stylesheets. Sort the integration out first.

Re: Punbb Design Problem

Sorry, my misstake.
Here another problem:
http://www.bilder-upload.de/050830/TlTW2Hfm.jpg

The picture says what i want to do...

Re: Punbb Design Problem

nobody?

Re: Punbb Design Problem

you can't do that because it would not work when there are lots of pages

Re: Punbb Design Problem

i only want to move this navigation to the left

15 (edited by Gizzmo 2005-05-23 13:14)

Re: Punbb Design Problem

i beleave this is it.....

imports/base.css

/* 5.2 Set up page numbering and posts links */

DIV.linkst .conl, DIV.linksb .conl, DIV.postlinksb .conl {WIDTH:18em}

but remember that the page links wont wrap they will be pushed under this div you could edit the paginate function to so it wont be so many links of there are alot of pages.

16

Re: Punbb Design Problem

Also this

/* 5.3 Keep breadcrumbs from shifting to the left when wrapping */

.linkst ul, linksb ul, .postlinksb ul {margin-left: 18em}

Re: Punbb Design Problem

Thanks, it looks great:
http://www.meet-teens.de/board/viewtopic.php?id=367